home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 April: Mac OS SDK / Dev.CD Apr 99 SDK1.toast / Development Kits / ColorSync 2.5.1 SDK / Sample Code / CSDemo 2.5 / ShellSources / appMain.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-09-09  |  464 b   |  28 lines  |  [TEXT/CWIE]

  1.  
  2. #ifndef _APPMAIN_
  3. #define _APPMAIN_
  4.  
  5.  
  6. #ifndef __TYPES__
  7. #include <Types.h>
  8. #endif
  9.  
  10. #ifndef __WINDOWS__
  11. #include <Windows.h>
  12. #endif
  13.  
  14. #ifndef __EVENTS__
  15. #include <Events.h>
  16. #endif
  17.  
  18.  
  19. /**\
  20. |**| ==============================================================================
  21. |**| PUBLIC FUNCTION PROTOTYPES
  22. |**| ==============================================================================
  23. \**/
  24. void    main                ( void ) ;
  25. void    DoEvent                ( EventRecord *event ) ;
  26.  
  27.  
  28. #endif